home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1998
/
MacHack 1998.toast
/
Sessions
/
Completions
/
Completions Source
/
OS Queues
/
OSQueueLinkBase.cp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-15
|
270 b
|
20 lines
|
[
TEXT/CWIE
]
// OSQueueLinkBase.cp
#ifndef OSQueueLinkBase_h
#include "OSQueueLinkBase.h"
#endif
#ifndef Assert_h
#include "Assert.h"
#endif
OSQueueLinkBase::OSQueueLinkBase()
: queued( false )
{
qType = 0;
}
OSQueueLinkBase::~OSQueueLinkBase()
{
Assert( !queued );
}